Merged
Conversation
Remove <a id="..."></a> tags that duplicate the anchor ID already auto-generated by the markdown processor from the heading text. For example, <a id="saving-entities"></a> before ## Saving Entities is redundant since the heading produces the same #saving-entities anchor. Anchors with IDs that differ from the heading's auto-generated ID are preserved as they provide legacy link compatibility.
616b675 to
12177fb
Compare
Member
Author
|
@josbeir We might want to have some validation for this. |
Contributor
Normally the link checker checks if the hashes exist but maybe that needs some optimization. The script is in the bin folder... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
<a id="..."></a>tags where the anchor ID is identical to what the heading auto-generates<a id="saving-entities"></a>before## Saving Entitiesis redundant since the heading produces the same#saving-entitiesanchor<a id="table-find-list"></a>before## Finding Key/Value Pairs)Test plan